home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000137_news@columbia.edu_Fri Aug 11 02:36:30 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA12434
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 11 Aug 1995 03:08:18 -0400
  3. Received: by apakabar.cc.columbia.edu id AA19525
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 11 Aug 1995 03:08:17 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!tank.news.pipex.net!pipex!swrinde!sgigate.sgi.com!genmagic!bug.rahul.net!a2i!dold.a2i!dold
  6. From: Clarence Dold <dold@rahul.net>
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: RTS flow under Unixware 1.1.2
  9. Date: 11 Aug 1995 02:36:30 GMT
  10. Organization: a2i network
  11. Lines: 28
  12. Message-Id: <40efne$mou@bug.rahul.net>
  13. Nntp-Posting-Host: foxtrot.rahul.net
  14. Nntp-Posting-User: dold
  15. X-Newsreader: TIN [version 1.2 PL2]
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. I had been having intermittent problems making dialout connections on a
  19. Unixware 1.1.3 machine, running 5a-189 C-Kermit.  Occasionally, a
  20. connection wouldn't echo any keystrokes, although I could see TX data going
  21. out.
  22.  
  23. I discovered that Unixware is rather untidy about the handling of RTS.
  24. If RTS isn't asserted, my modem won't send any data to the system, which is
  25. correct, but annoying.
  26.  
  27. I am using the "hardware" port /dev/term/01h.
  28. If I use the "soft" port, /dev/term/01s, then the connection is okay, but
  29. without hardware flow control.
  30.  
  31. If I run my macro "mmodem" a few times, each of the commands toggles DTR,
  32. and magically, on one of the toggles, RTS is asserted.
  33.  
  34. I assume that Kermit is doing the correct thing, as usual, so I am looking
  35. for some way to kick Unixware in the right spot.
  36.  
  37.     define mmodem set modem hayes,set line /dev/term/01h,set speed 38400
  38.  
  39. I think for now I will set a macro "start", that will call mmodem three
  40. times, which always seems to work.
  41.  
  42. -- 
  43. ---
  44. Clarence A Dold - dold@rahul.net
  45.                 - Pope Valley & Napa CA.